@charset "utf-8";
input[type=button],input[type=submit] {
	cursor: pointer;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.qs-plugin:before {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
	z-index: 958000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.qs-plugin.qs-pop-on:before {
	opacity: 1;
	visibility: visible;
}

.qs-pop {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 100;
	border-radius: 4px;
	text-align: center;
	width: 100%;
	height:100%;
	background:rgba(0,0,0,.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index:959000;
	
}

.qs-pop-on .qs-pop {
	opacity: 1;
	visibility: visible;
}
.qs-pop-on .qs-pop-con{
	position:fixed;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	background:#fff;
	padding: 30px;
	box-shadow:0 0 5px rgba(0,0,0,.3);
	box-sizing: border-box;
	width: 450px;
	border-radius:5px;
	max-width:90%;
}


.qs-pop .icon {
	fill: #63c205;
	width: 64px;
	height: 64px;
}

.qs-pop h2 {
	font-size: 20px;
	color: #333;
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
	margin-top: 10px;
}
.qs-pop .qs-pop-con p{
	margin-top: 12px;
	line-height:18px;
	color:#666;
	font-size:14px;
}
.qs-pop .pop-btn {
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background: #323131;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 20px;
}
.qs-plugin{
	text-align:left;
}
.qs-plugin .qs-share {
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
}

.qs-plugin .qs-tit {
	line-height: 25px;
	font-size: 25px;
	font-weight: normal;
	position: relative;
	margin: 0 0 15px;
	color: #333;
}

.qs-plugin .qs-table>li {
	border: 1px solid #efefef;
	box-shadow: 0 2px 7px 0 rgba(63,63,63,0.05);
	padding: 12px 22px;
	margin-bottom: 18px;
}

.qs-plugin .pic-list {
	margin-left: -10px;
	margin-right: -10px;
	font-size: 0;
}

.qs-plugin .pic-list .li {
	padding-bottom: calc(25% - 22px);
	position: relative;
	width: calc(25% - 20px);
	margin: 10px;
	box-sizing: border-box;
	vertical-align: top;
	display: inline-block;
	cursor:pointer;
	
}

.qs-plugin .pic-list .pic-box {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(./q3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 3px solid #e6e6e6;
	border-radius: 10px;
	overflow: hidden;
	transition:all 0.1s ease-in;
}
.qs-plugin .pic-list .li:hover .pic-box,
.qs-plugin .pic-list .li.on .pic-box{
	border-color:#272727;
}

.qs-plugin .pic-list .pic-box:after{position: absolute;content:'';top:0;left:0;right:0;bottom:0;border:3px solid #272727;border-radius:10px;display:none;}

/*	!* 图片是正方形，还是按比例 *!*/
/*.qs-plugin .pic-list .li:hover .pic-box:after {*/
/*	display:block;*/
/*}*/

.qs-plugin .question-con {
	padding: 0;
	font-size: 16px;
	color: #333;
	position: relative;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 15px;
}

.qs-plugin .question-con:before {
	content: 'Q';
	width: 24px;
	height: 24px;
	border: 1px solid #333;
	border-radius: 50%;
	font-size: 14px;
	line-height: 1.4x;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.qs-plugin .question-con .order {
	vertical-align: middle;
}

.qs-plugin .ask-con {
	padding: 0;
	position: relative;
	font-size:0;
}

.qs-plugin .select-box input {
	opacity: 0;
	visibility: hidden;
	width: 0;
	height:0;
	display:none;
}

.qs-plugin .select-box label {
	display: block;
	font-size: 14px;
	color: #333;
	background: #f6f6f6;
	padding: 15px 15px 15px 50px;
	box-sizing: border-box;
	margin-bottom: 12px;
	position:relative;
	cursor:pointer;
}

.qs-plugin .select-box label span {
	border: 1px solid #a4a3a3;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	vertical-align: middle;
	position:absolute;
	left:15px;
	top:50%;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}

.qs-plugin .select-box.checkbox label span {
	border-radius: 0;
}

.qs-plugin .select-box  label span .icon {
	display: none;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	fill: #fff;
}

.qs-plugin .select-box  input:checked + label .icon {
	display: inline-block;
}

.qs-plugin .select-box  input:checked + label span {
	background: #333;
	border-color: #333;
}

.qs-plugin .select-box  label:hover {
	background: #e3e3e3;
}

.qs-plugin .ask-con:before {
	content: 'A';
	width: 24px;
	height: 24px;
	border: 1px solid #333;
	border-radius: 50%;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.qs-plugin .qs-tips {
	font-size: 16px;
	font-weight: 400;
	color: #999;
	padding-left: 5px;
}

.qs-plugin .qs-textarea {
	height: 150px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 12px 20px;
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	border: 1px solid #d9d9d9;
}

.qs-plugin .qs-email {
	padding: 12px 22px;
	margin-bottom: 18px;
	border: 1px solid #efefef;
	box-shadow: 0 2px 7px 0 rgba(63,63,63,0.05);
	font-size:0;
}
.qs-plugin .qs-email .name,
.qs-plugin .qs-email .contact{
	width:calc(80% - 10px);
	font-size:12px;
	display:inline-block;
	
}
.qs-plugin .qs-email .contact{
	width:100%;
}
.qs-plugin .qs-email .name{
	margin-right:20px;
}
.qs-plugin .qs-email .name span,
.qs-plugin .qs-email .contact span{
	display:inline-block;
	line-height:42px;
	vertical-align:top;
	width:60px;
}

.qs-plugin .qs-text{
    font-size: 14px;
    color: #999;
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height: 1;
    padding: 14px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}

.qs-plugin .qs-email h2 {
	padding: 0;
	font-size: 16px;
	color: #333;
	position: relative;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.qs-plugin .qs-email input {
	font-size: 14px;
	color: #999;
	display: inline-block;
	width:calc(100% - 60px);
	max-width: 100%;
	height: 42px;
	line-height: 1;
	padding: 14px 15px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	vertical-align:top;
}

.qs-plugin .qs-email::-webkit-input-placeholder {
	font-size: 14px;
	color: #999;
}

.qs-plugin .submit-btn {
	font-size: 18px;
	color: #fff;
	width: 360px;
	max-width: 100%;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	background: #323131;
	border-radius: 5px;
	box-sizing: border-box;
	margin-top: 15px;
}
/*qs-style2*/
.qs-plugin .qs-style2 .qs-table>li {
	border: 0;
	box-shadow: none;
	position: relative;
	margin-bottom: 10px;
	padding:12px 0;
}

.qs-plugin .qs-style2 .qs-table>li:after {
	content: '';
	display: block;
	border-bottom: 1px dashed #908b8b;
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
}

.qs-plugin .qs-style2 .qs-table>li:last-child:after {
	border: 0;
}

.qs-plugin .qs-style2 .select-box label {
	background: none;
}
.qs-plugin .qs-style2 .select-box label:hover{
	background: #f6f6f6;
}
.qs-plugin .qs-style2 .submit-btn {
	margin: 0 ;
	max-width: 100%;
}

.qs-plugin .qs-style2 .select-box label {
	padding-top: 10px;
	padding-bottom: 10px;
}

.qs-plugin .qs-style2 .qs-email {
	box-shadow: none;
	border: 0;
	padding:12px 0;
}
/*qs-style3*/
.qs-plugin .qs-style3 .qs-table>li {
	border: 0;
	box-shadow: none;
}

.qs-plugin .qs-style3 .qs-table {
	border: 1px solid #bfbebe;
	box-shadow: 0 2px 7px 0 rgba(63,63,63,0.21);
	border-radius: 10px;
	background: #f7f7f7;
}

.qs-plugin .qs-style3 .qs-email {
	box-shadow: none;
	border: 0;
	padding: 15px 0;
}

.qs-plugin .qs-style3 .select-box label {
	background: none;
	margin:0;
	padding:12px 15px 12px 50px;
}
.qs-plugin .qs-style3 .select-box label:hover{
	background: #e3e3e3;
}
/*qs-style4*/
.qs-plugin .qs-style4 .qs-tit {
	text-align: center;
}

.qs-plugin .qs-style4 .question-con {
	background: #f1f1f1;
	padding: 9px 0 9px 60px;
}

.qs-plugin .qs-style4 .qs-table>li {
	border: 0;
	box-shadow: none;
	position: relative;
	margin-bottom: 0;
	padding:12px 0;
}

.qs-plugin .qs-style4 .select-box label {
	border-bottom: 1px solid #d9d9d9;
	background: none;
	margin: 0;
}
.qs-plugin .qs-style4 .select-box label:hover{
	background: #d9d9d9;
}
.qs-plugin .qs-style4 .select-box label:last-child {
	border: 0;
}

.qs-plugin .qs-style4 .select-box label span {
	float: right;
	margin: 0;
}

.qs-plugin .qs-style4 .pic-list {
	margin-top: 30px;
}

.qs-plugin .qs-style4 .qs-email {
	box-shadow: none;
	border: 0;
}

.qs-plugin .qs-style4 .submit-btn {
	margin: 0;
	max-width: 100%;
	border-radius: 0;
}

.qs-plugin .qs-style4 .question-con .order {
	display: inline-block;
	background: #929191;
	color: #fff;
	width: 46px;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*qs-style5*/

.qs-plugin .qs-style5 .qs-tit {
	text-align: center;
}

.qs-plugin .qs-style5 .qs-table>li {
	border: 0;
	box-shadow: none;
	position: relative;
	padding:12px 0;
}

.qs-plugin .qs-style5 .select-box label {
	border-radius: 48px;
	text-align: center;
}

.qs-plugin .qs-style5 .select-box label span {
	border: 0 !important;
	background: none !important;
	position:relative;
	left:auto;
	top:auto;
	transform:none;
}

.qs-plugin .qs-style5 .select-box label {
	/* background: #e9e9e9 ; */
	padding-left:2px;
}
.qs-plugin .qs-style5 .select-box label:hover{
	background: #e3e3e3;
}
.qs-plugin .qs-style5 .select-box  input:checked + label {
	color: #1098ef;
}

.qs-plugin .qs-style5 .select-box  label span .icon {
	fill: #1098ef
}
.qs-plugin .qs-style5 .qs-email {
	box-shadow: none;
	border: 0;
}

.qs-plugin .qs-style5 .submit-btn {
	margin: 0;
	max-width: 100%;
	border-radius: 0;
}



@media screen and (max-width:1200px) {
	.qs-pop {
		padding: 55px 50px 50px;
	}
}

@media screen and (max-width:768px) {
	.qs-pop {
		padding: 55px 30px 50px;
	}

	.qs-pop .pop-btn {
		margin-top: 35px;
		line-height: 50px;
		color:#fff !important;
		display:block !important;
	}

	.qs-plugin .pic-list {
		margin-left: -7px;
		margin-right: -7px;
	}

	.qs-plugin .pic-list .li {
		width: calc(33.33% - 14px);
		margin: 7px;
		padding-bottom: calc(33.33% - 14px);
	}

	.qs-plugin .submit-btn {
		line-height: 50px;
		color:#fff !important;
		display:block !important;
		width:100%;
	}

	.qs-plugin .qs-style4 .question-con .order {
		font-size: 14px;
		width: 36px;
	}

	.qs-plugin .qs-style4 .question-con {
		padding-left: 45px;
	}
	.qs-plugin .qs-style2 .submit-btn{
		max-width:100%;
	}
	
}

@media screen and (max-width:480px) {
	.qs-plugin .question-con {
		font-size: 15px;
	}

	.qs-plugin .qs-tips {
		font-size: 12px;
	}

	.qs-plugin .qs-tit {
		font-size: 21px;
		line-height: 28px;
	}

	.qs-plugin .qs-email h2 {
		font-size: 15px;
	}
	.qs-plugin .qs-style3 .select-box label{
		padding:7px 15px 7px 50px;
		margin:0;
	}
}
.qs-plugin .waring .question-con {color:red !important;}
.qs-email.waring h2{color: red !important;}

